Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-43244: [C++][Parquet] Supports write BinaryView/StringView to Parquet file #45413

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

IndifferentArea
Copy link
Contributor

@IndifferentArea IndifferentArea commented Feb 2, 2025

Rationale for this change

BinaryView/StringView are two new types added in Arrow, this PR aims to add support for writing these types into Parquet files.

What changes are included in this PR?

Supports write BinaryView/StringView to Parquet file

Are these changes tested?

I have reimplemented all relevant tests originally designed for Binary and String types in cpp/src/parquet/arrow/arrow_schema_test.cc and cpp/src/parquet/encoding_test.cc, adapting them for BinaryView and StringView, not sure if there is anything more to do.

Are there any user-facing changes?

I suppose no?

@IndifferentArea IndifferentArea marked this pull request as ready for review February 4, 2025 12:43
@IndifferentArea
Copy link
Contributor Author

IndifferentArea commented Feb 4, 2025

Could you please review this when you have a moment? @mapleFU

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant